spectral decomposition
eigendecomposition of a matrix
#linear_algebra
#linear_algebra
Overview
Symmetric matrices are always (orthogonally) diagonalizable.
That is, for any symmetric matrix , there exists an orthogonal matrix and a diagonal matrix , both real and square, such that
where ’s are the eigenvalues of and ’s the corresponding eigenvectors (orthogonal to each other and with unit norm).
Such a factorization is called the eigendecomposition of , also called the spectral decomposition of .
For general rectangular matrices, there is Singular value decomposition.